Skip to content

Bump virtualenv from 20.38.0 to 20.39.0#350

Merged
docktermj merged 1 commit intomainfrom
dependabot/pip/virtualenv-20.39.0
Mar 17, 2026
Merged

Bump virtualenv from 20.38.0 to 20.39.0#350
docktermj merged 1 commit intomainfrom
dependabot/pip/virtualenv-20.39.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps virtualenv from 20.38.0 to 20.39.0.

Release notes

Sourced from virtualenv's releases.

20.39.0

What's Changed

Full Changelog: pypa/virtualenv@20.38.0...20.39.0

Changelog

Sourced from virtualenv's changelog.

Features - 20.39.0

  • Automatically resolve version manager shims (pyenv, mise, asdf) to the real Python binary during discovery, preventing incorrect interpreter selection when shims are on PATH - by :user:gaborbernat. (:issue:3049)
  • Add architecture (ISA) awareness to Python discovery — users can now specify a CPU architecture suffix in the --python spec string (e.g. cpython3.12-64-arm64) to distinguish between interpreters that share the same version and bitness but target different architectures. Uses sysconfig.get_platform() as the data source, with cross-platform normalization (amd64x86_64, aarch64arm64). Omitting the suffix preserves existing behavior - by :user:rahuldevikar. (:issue:3059)

v20.38.0 (2026-02-19)


Commits
  • ad56e78 release 20.39.0
  • ae90556 Add auto-upgrade workflow for embedded dependencies (#3057)
  • 4582e41 🐛 fix(discovery): resolve version-manager shims to real binaries (#3067)
  • e32d82d Add architecture (ISA) awareness to Python discovery (#3058)
  • f8f7f48 🧪 test(discovery): fix test_py_info_cache_clear outside venv (#3065)
  • c22b548 👷 ci(brew): add missing Homebrew Python versions and fix discovery (#3066)
  • a852cbb 🐛 fix(seed): add --ignore-installed to pip invoke seeder (#3064)
  • 6d22c9e 🐛 fix(sdist): include tox.toml in sdist (#3063)
  • 01e8f51 Move from extras to dependency-groups (#3056)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Resolves #3057
Resolves #3067
Resolves #3058
Resolves #3065
Resolves #3066
Resolves #3064
Resolves #3063
Resolves #3056
Resolves pypa/virtualenv#3056
Resolves pypa/virtualenv#3063
Resolves pypa/virtualenv#3064
Resolves pypa/virtualenv#3066
Resolves pypa/virtualenv#3065
Resolves pypa/virtualenv#3058
Resolves pypa/virtualenv#3067
Resolves pypa/virtualenv#3057

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.38.0 to 20.39.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.38.0...20.39.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python python programming languagae labels Mar 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 22:54
@dependabot dependabot bot added python python programming languagae dependencies Pull requests that update a dependency file labels Mar 16, 2026
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

This is a minimal dependency bump PR. Here's the analysis:


Code Quality

  • Style guide: Single-line change in pyproject.toml, no style concerns.
  • No commented-out code
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No logic, bugs, or security issues. virtualenv is a development dependency only (development extras group), so no runtime impact.
  • CLAUDE.md: N/A for this change.

Testing

  • ✅ No new functions or endpoints — no tests required for a dependency version bump.

Documentation

  • README/API docs: No updates needed for a dev dependency bump.
  • CHANGELOG.md: Not updated, but this is an automated dependency bump (likely Dependabot) — acceptable for patch/minor version bumps of dev tools.
  • Markdown: No markdown changes.

Security

  • No hardcoded credentials
  • No license files
  • virtualenv 20.39.0 — standard PyPA tool, no security concerns flagged.

Summary

Approved. This is a straightforward automated bump of virtualenv from 20.38.020.39.0 in the development dependency group. No functional, security, or documentation concerns.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit a95ac0f into main Mar 17, 2026
74 checks passed
@docktermj docktermj deleted the dependabot/pip/virtualenv-20.39.0 branch March 17, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python python programming languagae

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants